home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / emain.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  613 b   |  33 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(2) then
  4.     go("Workshops")
  5.   else
  6.     if rollOver(3) then
  7.       go("Images")
  8.     else
  9.       if rollOver(4) then
  10.         go("Fonts")
  11.       else
  12.         if rollOver(5) then
  13.           go("Templates")
  14.         else
  15.           if rollOver(6) then
  16.             go("Games")
  17.           else
  18.             if rollOver(7) then
  19.               go("Piplink")
  20.             else
  21.               if rollOver(8) then
  22.                 go("DG")
  23.               else
  24.                 nothing()
  25.               end if
  26.             end if
  27.           end if
  28.         end if
  29.       end if
  30.     end if
  31.   end if
  32. end
  33.